home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  2000-07-30  |  4KB  |  227 lines

  1. object Form5: TForm5
  2.   Left = 376
  3.   Top = 226
  4.   Width = 294
  5.   Height = 456
  6.   Caption = 'Slide Show Options'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object GroupBox1: TGroupBox
  18.     Left = 10
  19.     Top = 10
  20.     Width = 119
  21.     Height = 70
  22.     Caption = 'View'
  23.     TabOrder = 0
  24.     object RadioButton1: TRadioButton
  25.       Left = 10
  26.       Top = 20
  27.       Width = 100
  28.       Height = 21
  29.       Caption = 'Full Screen'
  30.       TabOrder = 0
  31.     end
  32.     object RadioButton2: TRadioButton
  33.       Left = 10
  34.       Top = 39
  35.       Width = 100
  36.       Height = 21
  37.       Caption = 'Windowed'
  38.       Checked = True
  39.       TabOrder = 1
  40.       TabStop = True
  41.     end
  42.   end
  43.   object GroupBox2: TGroupBox
  44.     Left = 148
  45.     Top = 10
  46.     Width = 129
  47.     Height = 143
  48.     Caption = 'Stamp on image:'
  49.     TabOrder = 1
  50.     object Label3: TLabel
  51.       Left = 10
  52.       Top = 123
  53.       Width = 58
  54.       Height = 16
  55.       Caption = 'Font size:'
  56.     end
  57.     object Label4: TLabel
  58.       Left = 8
  59.       Top = 64
  60.       Width = 91
  61.       Height = 16
  62.       Caption = 'Stamp location:'
  63.     end
  64.     object CheckBox1: TCheckBox
  65.       Left = 10
  66.       Top = 20
  67.       Width = 109
  68.       Height = 21
  69.       Caption = 'Slide number'
  70.       Checked = True
  71.       State = cbChecked
  72.       TabOrder = 0
  73.     end
  74.     object CheckBox2: TCheckBox
  75.       Left = 10
  76.       Top = 39
  77.       Width = 90
  78.       Height = 21
  79.       Caption = 'Date/Time'
  80.       Checked = True
  81.       State = cbChecked
  82.       TabOrder = 1
  83.     end
  84.     object Edit2: TEdit
  85.       Left = 72
  86.       Top = 115
  87.       Width = 41
  88.       Height = 24
  89.       TabOrder = 2
  90.       Text = '30'
  91.     end
  92.     object RadioButton7: TRadioButton
  93.       Left = 8
  94.       Top = 80
  95.       Width = 81
  96.       Height = 17
  97.       Caption = 'Upper left'
  98.       Checked = True
  99.       TabOrder = 3
  100.       TabStop = True
  101.     end
  102.     object RadioButton8: TRadioButton
  103.       Left = 8
  104.       Top = 96
  105.       Width = 113
  106.       Height = 17
  107.       Caption = 'Lower middle'
  108.       TabOrder = 4
  109.     end
  110.   end
  111.   object GroupBox3: TGroupBox
  112.     Left = 10
  113.     Top = 153
  114.     Width = 267
  115.     Height = 188
  116.     Caption = 'Presentation'
  117.     TabOrder = 2
  118.     object GroupBox4: TGroupBox
  119.       Left = 10
  120.       Top = 20
  121.       Width = 247
  122.       Height = 70
  123.       Caption = 'Flow'
  124.       TabOrder = 0
  125.       object RadioButton3: TRadioButton
  126.         Left = 10
  127.         Top = 20
  128.         Width = 159
  129.         Height = 21
  130.         Caption = 'User advance'
  131.         Checked = True
  132.         TabOrder = 0
  133.         TabStop = True
  134.         OnClick = RadioButton3Click
  135.       end
  136.       object RadioButton4: TRadioButton
  137.         Left = 10
  138.         Top = 39
  139.         Width = 139
  140.         Height = 21
  141.         Caption = 'Auto advance'
  142.         TabOrder = 1
  143.         OnClick = RadioButton4Click
  144.       end
  145.     end
  146.     object GroupBox5: TGroupBox
  147.       Left = 10
  148.       Top = 89
  149.       Width = 247
  150.       Height = 89
  151.       Caption = 'Auto advance'
  152.       TabOrder = 1
  153.       object Label1: TLabel
  154.         Left = 10
  155.         Top = 69
  156.         Width = 61
  157.         Height = 16
  158.         Caption = 'Display for'
  159.       end
  160.       object Label2: TLabel
  161.         Left = 128
  162.         Top = 69
  163.         Width = 49
  164.         Height = 16
  165.         Caption = 'seconds'
  166.       end
  167.       object RadioButton5: TRadioButton
  168.         Left = 10
  169.         Top = 20
  170.         Width = 90
  171.         Height = 21
  172.         Caption = 'Next slide'
  173.         Checked = True
  174.         Enabled = False
  175.         TabOrder = 0
  176.         TabStop = True
  177.       end
  178.       object RadioButton6: TRadioButton
  179.         Left = 10
  180.         Top = 39
  181.         Width = 90
  182.         Height = 21
  183.         Caption = 'Random'
  184.         Enabled = False
  185.         TabOrder = 1
  186.       end
  187.       object Edit1: TEdit
  188.         Left = 79
  189.         Top = 59
  190.         Width = 40
  191.         Height = 24
  192.         Enabled = False
  193.         TabOrder = 2
  194.         Text = '5'
  195.       end
  196.     end
  197.   end
  198.   object CheckBox3: TCheckBox
  199.     Left = 10
  200.     Top = 350
  201.     Width = 257
  202.     Height = 20
  203.     Caption = 'Show these options before slide show'
  204.     Checked = True
  205.     State = cbChecked
  206.     TabOrder = 3
  207.   end
  208.   object BitBtn1: TBitBtn
  209.     Left = 10
  210.     Top = 381
  211.     Width = 90
  212.     Height = 31
  213.     TabOrder = 4
  214.     OnClick = BitBtn1Click
  215.     Kind = bkOK
  216.   end
  217.   object BitBtn2: TBitBtn
  218.     Left = 187
  219.     Top = 381
  220.     Width = 92
  221.     Height = 31
  222.     TabOrder = 5
  223.     OnClick = BitBtn2Click
  224.     Kind = bkCancel
  225.   end
  226. end
  227.